home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Utilitaires / Beyond Compare / beycmpfr.exe / {app} / BC2.exe / 0 / RCDATA / TBACKUPERRORDLG / TBACKUPERRORDLG.txt
Text File  |  2005-06-02  |  1KB  |  66 lines

  1. object BackupErrorDlg: TBackupErrorDlg
  2.   Left = 314
  3.   Top = 277
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Erreur de Sauvegarde'
  7.   ClientHeight = 100
  8.   ClientWidth = 354
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Image1: TImage
  22.     Left = 8
  23.     Top = 8
  24.     Width = 32
  25.     Height = 32
  26.   end
  27.   object ErrorLbl: TLabel
  28.     Left = 68
  29.     Top = 8
  30.     Width = 269
  31.     Height = 53
  32.     AutoSize = False
  33.     Caption = '%'
  34.     WordWrap = True
  35.   end
  36.   object YesBtn: TButton
  37.     Left = 8
  38.     Top = 72
  39.     Width = 113
  40.     Height = 23
  41.     Caption = '&Sauver qd m'#234'me'
  42.     Default = True
  43.     ModalResult = 6
  44.     TabOrder = 0
  45.   end
  46.   object NoBtn: TButton
  47.     Left = 132
  48.     Top = 72
  49.     Width = 121
  50.     Height = 23
  51.     Cancel = True
  52.     Caption = '&Ignorer les changem.'
  53.     ModalResult = 7
  54.     TabOrder = 1
  55.   end
  56.   object RetryBtn: TButton
  57.     Left = 264
  58.     Top = 72
  59.     Width = 81
  60.     Height = 23
  61.     Caption = '&R'#233'essayer'
  62.     ModalResult = 4
  63.     TabOrder = 2
  64.   end
  65. end
  66.